|
DynaWav-Avi ActiveX DocHelp V1.20 |
General Information Overview Properties Methods Events Web Site Contact Us |
All method return an integer : 0= unsucessfull function / 1= sucess (example: If DynaCD_Init(10)=0 then Msgbox "Return Error") DynaWav_Init(Timer As Integer) Initialise the DynaWav-Avi ActiveX. You must specify the timer in milliseconds which indicate the number of refresh per second. DynaWav_Close() Initialise Off the DynaWav-Avi. Don't forget to call this method when you stop using this activex. DynaWav_Play() Play the Wave or Avi file. DynaWav_Pause() Pause the Wave or Avi file. DynaWav_Stop() Stop the Wave or Avi file. DynaWav_SetVolume(Volume As Long) If the propertie Wav_SuppVolume is True, then you can set a Volume Value between 0 to 65535. DynaWav_StartFading(Fade_VolEnd As Long, Fade_Time As Long) If the propertie Wav_SuppVolume is True, then you can use this Fading method by specifying the volume to reach and the time in milliseconds. DynaWav_Seek(PositionMillisec As Double) To reach a position in milliseconds. DynaWav_SeekEnd() To reach the file end position. DynaWav_SeekStart() To reach the file start position. |